home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 5
/
CD-ROM Today - The Disc (Issue 5)(November 1994).ISO
/
mac
/
DHA demo
/
Don Norman Folder
/
The Library
/
The Library.rsrc
/
CSTR_12933_WordCount
< prev
next >
Wrap
Text File
|
1994-09-21
|
358b
|
15 lines
lall
push cd
put 0 into wc
get the number of cds
show window "gauge"
repeat with a = 1 to it
go cd a
if there is a fld "styled" then add number of words in fld "styled" to wc
set scroll of window "gauge" to 340-round((a/it)*340)&",0"
end repeat
vis "window gauge",checked(tStr("LibMsg",43))
pop cd
opencard
answer tStr("LibMsg",15)&&wc&&tStr("LibMsg",16)
us